home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / DefineButton2_298 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  303b  |  14 lines

  1. on(release){
  2.    this.gotoAndStop(6);
  3.    this.omenu_top._visible = true;
  4.    if(_root.topclip_def == 1)
  5.    {
  6.       _root.o_menu.defclip._visible = true;
  7.    }
  8.    if(_root.topclip_3data == 1)
  9.    {
  10.       _root.o_menu.topline1._visible = true;
  11.       _root.o_menu.topline2._visible = true;
  12.    }
  13. }
  14.